home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / UTIL-LIN.{2O / INSTALL.{_2 < prev    next >
Text File  |  1999-09-17  |  2KB  |  58 lines

  1.  
  2. WARNING: THE PROGRAMS IN THIS SUITE DO *NOT* SUPPORT SHADOW PASSWORD FILES!
  3.      UNLESS YOU USE PAM.
  4.  
  5. WARNING: THIS COLLECTION CONFLICTS WITH SYSTEM V INITTAB.
  6.          UNLESS YOU CONFIGURE IT NOT TO.
  7.  
  8. WARNING: USE GNU TAR -- OTHER TARS WILL FAIL SILENTLY!
  9.  
  10. WARNING: DO *NOT* INSTALL WITHOUT THINKING.
  11.  
  12. WARNING: The simpleinit and some other programs in this package are
  13.      *NOT* System V compliant.  These utilities are meant to be
  14.      used by people who build their own systems.  If you are not
  15.          a wizard, do *NOT* blindly install these utilities: they could
  16.          prevent you from logging into your system.  Have a boot floppy
  17.          ready, especially if you don't know what you are doing.  It's a
  18.      great way to learn though ;-)
  19.  
  20.  
  21. To install from source:
  22.  
  23. 1) Get source distribution (see the .lsm file for locations)
  24. 2) Untar util-linux-2.9.tar.gz somewhere
  25. 3) cd util-linux-2.9
  26. 4) Edit MCONFIG
  27. 5) make
  28. 6) make install
  29. 7) If you want to use simpleinit and agetty, then make softlinks from
  30.    /sbin/init to simpleinit and from /sbin/getty to agetty, but make sure
  31.    that your /etc/inittab is set up right (this is *NOT* the System V
  32.    compatible init!), or you will be hosed.  If you are using the SysV
  33.    init and/or some other getty, they you can keep using those.
  34.  
  35.  
  36. If you have compilation problems:
  37.  
  38. - with -lcrypt: you forgot to edit MCONFIG and write HAVE_LIBCRYPT=no.
  39. - in cfdisk or setterm: you forgot to edit MCONFIG and write HAVE_NCURSES=no
  40.   (or you forgot to write CURSESFLAGS=-I/usr/include/ncurses -DNCH=0)?
  41. - in fdisksunlabel.c: change #if 1 into #if 0 if there is no <scsi/scsi.h>.
  42. - in mount/nfsmount.c: change #if 1 into #if 0 if there is no inet_aton().
  43. - in sys-utils/ipcs.c: change #if 0 into #if 1 if <linux/linkage.h> is needed.
  44. - in sys-utils/cytune.c: change #if 0 into #if 1 if <linux/tqueue.h> is needed.
  45.  
  46. elsewhere: tell util-linux@math.uio.no about it.
  47.  
  48.  
  49. If you have runtime problems:
  50.  
  51. - with non-ASCII characters: perhaps you forgot to set LC_CTYPE or LC_ALL?
  52.   (For example, in Norway one can say  LC_ALL=no_NO; export LC_ALL  and
  53.    then various utilities will treat Scandinavian non-ASCII letters as
  54.    letters.)
  55.  
  56. otherwise: tell util-linux@math.uio.no about it.
  57.  
  58.